Class MobTableBuilder

java.lang.Object
jeresources.util.MobTableBuilder

public class MobTableBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<?> entityType)
     
    void
    addSheep(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<net.minecraft.world.entity.animal.Sheep> entityType, net.minecraft.world.item.DyeColor dye)
     
    Map<net.minecraft.resources.ResourceLocation,Supplier<net.minecraft.world.entity.LivingEntity>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MobTableBuilder

      public MobTableBuilder()
  • Method Details

    • add

      public void add(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<?> entityType)
    • addSheep

      public void addSheep(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<net.minecraft.world.entity.animal.Sheep> entityType, net.minecraft.world.item.DyeColor dye)
    • getMobTables

      public Map<net.minecraft.resources.ResourceLocation,Supplier<net.minecraft.world.entity.LivingEntity>> getMobTables()